Value editor

Using the Value Editor you can edit hex data in different formats (like Byte, Char, DWORD, IEEE Float...). The window is shown by checking the "Tools/Value Editor" command.


top bottom

The Value Editor displays the data at the cursor position in the active editor window in the selected data format. The data range currently being displayed and edited in the value editor is highlighted using a different color in the hex editor.

  1. Data Type Selector: Here you can choose the data type to display/edit
  2. Big Endian: By checking this box you tell the value editor to read/store the data in big endian format (this data format is used e.g. on some Motorola processors). If the box is unchecked, low endian format is used (e.g. Intel)
  3. Value: The actual data in the specified format. You can change the value by overwriting the value. If the "char" data type is used, you can either set the value in numerical notation or as a character. this character value must be put in quotes (e.g. "A")
  4. Radix: If an integer data format is chosen, you can change this value to display/edit the value in octal (8), decimal (10) or hexadecimal (16) notation
  5. Bits: This panel shows the value as single bits, bytes are separated by a vertical line. You can change a single bit by clicking the corresponding box. a filled box means "1", an empty box means "0". By right clicking the Bits panel, a popup menu is shown that allows you to switch or clear the current or all bytes of the value
  6. One Value Left: The cursor in the editor window is set to current position - sizeof(selected data type), so if the selected data type is Word, the cursor is set two bytes to the left because a 16 bits word consists of two bytes. After moving the cursor, the new data block is displayed in the value editor
  7. One Byte Left: The cursor is set to current position - 1
  8. One Byte Right: The cursor is set to current position + 1
  9. One Value Right: The cursor is set to current position + sizeof(selected data type)
  10. Find Data: On clicking this button, the hexadecimal representation of the current Value is displayed in the Find/Replace dialog to simplify searching for e.g. specific floating point values
  11. Help: Show this help topic
  12. Apply Changes: After you made manual changes to the data (by modifying the data in the Value edit box or changing some bit in the Bits panel), you can write back the changed data to the editor by clicking this button

top bottom
mirkes.de's Tiny Hexer, Copyright ©2003-2004 Markus Stephany. All rights reserved.